home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 6 / c_wndw.zip / QUICKC.BAT < prev    next >
DOS Batch File  |  1989-05-25  |  530b  |  16 lines

  1. REM Ready to install to Quick C on default hard disc drive?
  2. PAUSE Press any key to continue, or Ctrl+C to Halt
  3. IF NOT EXIST \qc\include\stdio.h GOTO ERROR
  4. COPY a:c_wndw.h \qc\include\c_wndw.h /v
  5. COPY a:c_wndw.qui \qc\lib\c_wndw.lib /v
  6. copy a:mtest.qui \qc\mtest.h
  7. copy a:complink.qui \qc\complink.bat
  8. REM Ready to install the sample programs?
  9. PAUSE Press any key to continue, or Ctrl+C to Halt
  10. MD \qc\marietta
  11. copy a:*.c \qc\marietta\*.c
  12. GOTO END
  13. :ERROR  
  14. REM Could not find library <stdio.h> on default disc
  15. :END
  16.